home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 21
/
Cream of the Crop 21 (Terry Blount) (October 1996).iso
/
faq
/
vol15n14.zip
/
DDGAME.ZIP
/
SPACEAPP.H
< prev
next >
Wrap
C/C++ Source or Header
|
1996-04-15
|
638b
|
36 lines
// SpaceApp.h : header file
//
#include "Game.h"
/////////////////////////////////////////////////////////////////////////////
// CSpaceApp window
class CSpaceFrame;
class CSpaceApp : public CGameApp
{
// Construction
public:
// Attributes
public:
// Operations
protected:
CWnd* GetNewFrame();
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CSpaceApp)
//}}AFX_VIRTUAL
// Generated message map functions
protected:
//{{AFX_MSG(CSpaceApp)
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////